home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Hellboy / data1.cab / Game_Data / data / animtab / rat.ast < prev    next >
Encoding:
Text File  |  2000-08-18  |  1.7 KB  |  77 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1999 
  2. //
  3. //  rat.ast written at Wed Feb 10 16:48 1999
  4. //
  5.  
  6.  24                     //  file_type
  7. 112                     //  file_version
  8.  
  9. //  bat                 //  Session name
  10. rat.wav
  11. end
  12.  
  13. // *** This first section contains the names of all the win_anims used by the table
  14. rat_run
  15. end
  16.  
  17. // *** This second section contains the values for each anim state
  18. rat_idle
  19. rat_run
  20. rat_turn_left
  21. rat_turn_right
  22. end
  23.  
  24.  
  25. rat_idle
  26. rat_run
  27. rat_idle
  28. begin_end_frame 0 0
  29. // Begin entries for this anim state
  30. e u; rat_run
  31. e u r; rat_turn_right
  32. e u l; rat_turn_left
  33. u; rat_run
  34. u r; rat_turn_right
  35. u l; rat_turn_left
  36. end_of_entries
  37.  
  38. rat_run
  39. rat_run
  40. rat_idle
  41. sound_effect 0
  42. // Begin entries for this anim state
  43. e u; rat_run
  44. e u r; rat_turn_right
  45. e u l; rat_turn_left
  46. u; rat_run
  47. u r; rat_turn_right
  48. u l; rat_turn_left
  49. end_of_entries
  50.  
  51. rat_turn_left                     // name of this anim_state
  52. rat_run                   // name for the win_anim for this state
  53. rat_idle                       // default link anim for this anim state
  54. extra_rotation_velocity    0.0000  -6  0.0000     // extra rotation velocities to apply during anim
  55. // Begin entries for this anim state
  56. e u; rat_run
  57. e u r; rat_turn_right
  58. e u l; rat_turn_left
  59. u; rat_run
  60. u r; rat_turn_right
  61. u l; rat_turn_left
  62. end_of_entries
  63.  
  64. rat_turn_right                    // name of this anim_state
  65. rat_run                   // name for the win_anim for this state
  66. rat_idle                       // default link anim for this anim state
  67. extra_rotation_velocity    0.0000  6  0.0000     // extra rotation velocities to apply during anim
  68. // Begin entries for this anim state
  69. e u; rat_run
  70. e u r; rat_turn_right
  71. e u l; rat_turn_left
  72. u; rat_run
  73. u r; rat_turn_right
  74. u l; rat_turn_left
  75. end_of_entries
  76.  
  77.